Skip to content

Extend with absent endpoints#5

Merged
cjacobsen-hw merged 4 commits intohyperwallet:masterfrom
akreisman-epam:master
May 25, 2018
Merged

Extend with absent endpoints#5
cjacobsen-hw merged 4 commits intohyperwallet:masterfrom
akreisman-epam:master

Conversation

@akreisman-epam
Copy link
Copy Markdown
Contributor

Extend with absent endpoints

from hyperwallet.exceptions import HyperwalletAPIException
from requests_toolbelt.adapters.ssl import SSLAdapter
from hyperwallet import __version__
try:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd consider using six or future library.
Six:
http://six.readthedocs.io/
from six.moves import urllib or alternatively conditional using six.PY2 or six.PY3 variables.

Future:
http://python-future.org/compatible_idioms.html#urllib-module

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the feedback, we will consider it for the next update

@cjacobsen-hw cjacobsen-hw merged commit 69d6685 into hyperwallet:master May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants